diff options
| author | real-zephex <[email protected]> | 2024-03-26 10:41:50 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-26 10:41:50 +0530 |
| commit | a34ff87a7e2237217151dcdee37bae94d0ea6f2a (patch) | |
| tree | d24f22c56a3d496aa76fc1245f0f21b9d18e8adb /src/app/manga/[title]/[id]/[read]/read.module.css | |
| parent | fix: small css fix (diff) | |
| download | dramalama-a34ff87a7e2237217151dcdee37bae94d0ea6f2a.tar.xz dramalama-a34ff87a7e2237217151dcdee37bae94d0ea6f2a.zip | |
changed the hosting for the image proxy
Diffstat (limited to 'src/app/manga/[title]/[id]/[read]/read.module.css')
| -rw-r--r-- | src/app/manga/[title]/[id]/[read]/read.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/read.module.css b/src/app/manga/[title]/[id]/[read]/read.module.css index 80d91ae..47dde9e 100644 --- a/src/app/manga/[title]/[id]/[read]/read.module.css +++ b/src/app/manga/[title]/[id]/[read]/read.module.css @@ -1,5 +1,6 @@ .ImageContainer img { width: auto; + max-width: 1000px; height: auto; border-radius: 5px; margin-top: 10px; |